home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1432.dms / var1432.adf / NDUK-V40.lha / V40 / include / libraries / filehandler.h < prev    next >
C/C++ Source or Header  |  1993-10-15  |  371b  |  18 lines

  1. #ifndef LIBRARIES_FILEHANDLER_H
  2. #define LIBRARIES_FILEHANDLER_H
  3. /*
  4. **    $VER: filehandler.h 36.2 (12.7.90)
  5. **    Includes Release 40.15
  6. **
  7. **    device and file handler specific code for AmigaDOS
  8. **
  9. **    (C) Copyright 1986-1993 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef DOS_FILEHANDLER_H
  14. #include "dos/filehandler.h"
  15. #endif
  16.  
  17. #endif /* LIBRARIES_FILEHANDLER_H */
  18.